sorted array

英 [ˈsɔːtɪd əˈreɪ] 美 [ˈsɔːrtɪd əˈreɪ]

【计】分类数组

计算机



双语例句

  1. You want to iterate through the list, breaking each word into a sorted array of letters, then joining the array again.
    需要遍历该列表,将每个单词拆分为经过排序的字母数组,然后再次合并数组。
  2. With the simple scoring procedures in place and a sorted array of result text, we can print the results.
    利用就绪的简单评分过程和已排序的结果文本数组,我们可以打印结果。
  3. Then, the select list is cleared and the select list options are set to the values contained in the sorted array.
    然后,选择列表被清空,接着被设置为排序后数组中包含的值。
  4. The program sorts an array of10 numbers and uses the external C library functions puts and printf to print out the entire contents of the unsorted and sorted array.
    这个程序对包含10个数字的数组进行排序,并使用外部C库函数puts和printf输出未排序数组和已排序数组的完整内容。
  5. Google's GAE documentation describes Bigtable as a sharded, sorted array, but I find it easier to think of it as a gigantic hashtable chunked out across a bazillion servers.
    Google的GAE文档将Bigtable描述为一个分散的排序阵列,但是我发现将它描述为一个巨大的分布在无数服务器的哈希表更好理解。
  6. That the phonebook was sorted alphabetically and that the array of numbers on the board behind the second row of paper itself was sorted alphabetically.
    电话簿是按照字母顺序排列的,而且黑板上第二排后面的一系列数字,也是按字母顺排列的。
  7. The array_multisort() function returns a sorted array.
    函数对数组进行分类并返回这个数组。
  8. Method to add the sorted array back to the collection.
    方法将已排序的数组重新添加到集合中。
  9. A sorting optimization algorithm for multi-dimension arrays is prese-nted first a multi-dimension array is converted into an equivalent one-dimension array and sorting, then the sorted one-dimension array is re-turned to the original multi-dimension array.
    该文提出了一种多维数组的排序算法,其基本原理是先将多维数组转换成一维数组,对转换后的一维数组进行排序,然后将排序以后的一维数组逆转成原多维数组。